<?xml version="1.0"?>
<Schema name="DTMTopologyScanSchema" xmlns="urn:schemas-microsoft-com:xml-data" 
	xmlns:fdtprofidevice="x-schema:DTMProfibusDeviceSchema.xml" 
	xmlns:fdthartdevice="x-schema:DTMHARTDeviceSchema.xml" 
	xmlns:fdt="x-schema:FDTDataTypesSchema.xml"
	xmlns:fdtffdevice="x-schema:DtmFFSchema.xml" 		
>
	<!--Definition of Elements-->
	<ElementType name="TopologyScan" content="eltOnly" model="open">
		<attribute type="fdt:nodeId" required="no"/>
		<group order="one">
			<element type="fdthartdevice:HARTDevice" minOccurs="0" maxOccurs="*"/>
			<element type="fdtprofidevice:ProfibusDevice" minOccurs="0" maxOccurs="*"/>
			<element type="fdtffdevice:FoundationFieldbusH1Device" minOccurs="0" maxOccurs="*"/>
			<element type="fdtffdevice:FoundationFieldbusHSEDevice" minOccurs="0" maxOccurs="*"/>
			<element type="fdtffdevice:blockList" minOccurs="1" maxOccurs="1"/>
		</group>
	</ElementType>
</Schema>
